home *** CD-ROM | disk | FTP | other *** search
/ Interactive Quarterly / The Best of New Machine Publishing 1 - Disc 4: Interactive Quarterly.iso / pc / cafe / ultslots.dir / 00043.ls < prev    next >
Encoding:
Text File  |  1996-10-06  |  187 b   |  14 lines

  1. on mouseUp
  2.   global kiosk
  3.   if kiosk = 0 then
  4.     set x to random(2)
  5.     if x = 1 then
  6.       go("CHECK KIOSK")
  7.     else
  8.       go("PLANT2")
  9.     end if
  10.   else
  11.     go("PLANT3")
  12.   end if
  13. end
  14.